auto merge of #799 : alexcrichton/cargo/moar-parallel, r=brson
authorbors <bors@rust-lang.org>
Thu, 6 Nov 2014 00:02:30 +0000 (00:02 +0000)
committerbors <bors@rust-lang.org>
Thu, 6 Nov 2014 00:02:30 +0000 (00:02 +0000)
commit537b43c2b54309590111ec299a0d6a60f4713ea6
treeae9cfdb7de8552d87d2d71b8957b609faa0ca9f8
parent43cf7dcbeed59f36c5b4631879c012eb8771a990
parent805b026f92df47453347f622c7ac6866193fe8c7
auto merge of #799 : alexcrichton/cargo/moar-parallel, r=brson

When building unit tests for a library, we don't need the library itself to be
built beforehand, so the two can be built in parallel. If the crate takes awhile
to compile, this shows some excellent wall-time speedups.